-
Notifications
You must be signed in to change notification settings - Fork 233
Update CI: Test min + LTS and test macOS with native binaries #1196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
the tests that fail are quite sensitive / unstable |
|
The failing macOS test uses the native aarch64 binaries in this PR but currently on master runs with Rosetta emulation. |
|
I can make a commit to adjust the tests accordingly |
.github/workflows/CI.yml
Outdated
| - "min" | ||
| - "lts" | ||
| - "1" | ||
| - "pre" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a bit questionable whether to always run tests on "pre" - when there's no new prerelease available (e.g. for 1.13), then tests will be identical to "1".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feel free to remove it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed it in a4c4adc
That would be great, I'm not familiar with that part of Optim yet. |
Benchmark Results (Julia vlts)Time benchmarks
Memory benchmarks
A plot of the benchmark results has been uploaded as an artifact at . |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1196 +/- ##
==========================================
+ Coverage 87.59% 87.85% +0.25%
==========================================
Files 45 45
Lines 3515 3515
==========================================
+ Hits 3079 3088 +9
+ Misses 436 427 -9 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.